<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@page {
size: A4;
margin: 20mm;
}
.container {
width: 100%;
text-align: center;
border: 1px solid #000;
padding: 10px;
box-sizing: border-box;
}
.large-heading {
font-size: 24pt;
font-family: Helvetica, Arial, sans-serif;
margin: 0;
}
.info {
font-size: 16pt;
font-family: Helvetica, Arial, sans-serif;
list-style-type: none;
padding: 0;
margin: 20px 0;
}
.info li {
margin: 5px 0;
}
img {
max-width: 70%;
height: auto;
}
.caption {
ffont-size: 12pt;
font-family: Helvetica, Arial, sans-serif;
margin-top: 5px;
color: blue;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1 class="large-heading">
<a href="https://apod.nasa.gov/apod/astropix.html" style="text-decoration: none; color: inherit;">
NASA's Astronomy Picture of the Day
</a>
</h1>
<div class="info">
<strong>Date:</strong> [5 Date]
</div>
<img src="data:image/png;base64,[4 Base64 Encoded]"/>
<p class="caption">
<a href="https://apod.nasa.gov/apod/ap[6 Formatted Date].html" style="text-decoration: none; color: inherit;">
https://apod.nasa.gov/apod/ap[6 Formatted Date].html
</a>
</p>
</div>
</body>
</html>